'宣言 Public Overloads Shared Function QueryInterfaceOrNull(Of T As ComObject)( _ ByVal comPointer As System.IntPtr _ ) As T
public static T QueryInterfaceOrNull<T>( System.IntPtr comPointer ) where T: ComObject
パラメータ
- comPointer
- A pointer to a COM object.
型パラメータ
- T
- The type of the COM interface to query
戻り値の型
An instance of the queried interface